Post

Replies

Boosts

Views

Activity

Reply to WidgetKit on macOS with Intent?
Widget simulator does not work Add widget (Notification Center or today widget view, not sure what it called. When you tap on top right corner, it allows to add widget of reminders, weather. It will show all Mac apps which has support for widgets) Right click on widget, it will show edit widget option. Tested with latest beta Xcode 12.2 beta 2 and it works.
Oct ’20
Reply to How to I make the App Clip Card Show?
Smart banner not showing even after tried meta tag. <meta name="apple-itunes-app" content="app-clip-bundle-id=com.yourcompany.yourapp.Clip, app-id=99999999"> And also added apple-app-site-association to domain at root level. and checked by accessing https://example.com/apple-app-site-association, But still does not show smart banner when open link in browser. { "applinks": { "apps": [], "details": [{ "appID": "4RXKMMMMMM.com.example.example1", "paths": [ "/log/*", "/logdrink/*" ] } ] }, "appclips": { "apps": ["4RXKMMMMMM.com.example.example1.Clip"] }, "activitycontinuation": { "apps": [ "4RXKMMMMMM.com.example.example1" ] } } Anything still missing?
Aug ’20